Import Excel to Table
Convert Excel spreadsheet data into HTML table code that you can paste directly into Flare topics.
To import a table
- Prepare your data in Excel.
- Click Import Excel to table in the Excel to Table group.
- Select the Excel file.
- Choose the worksheet and range to import.
- Click Execute.
- The HTML
<table>
code is copied to your clipboard. - Paste the code into your Flare topic.
Features
- Converts Excel data to clean HTML table markup
- Preserves basic formatting
- Creates proper table structure with
<th>
,<tr>
, and<td>
tags - Ready to paste into Flare's Text Editor
Use Cases
- Import data tables from spreadsheets
- Convert specification sheets to tables
- Migrate tabular data from Excel
- Create tables from calculations or data exports
Tips
- Format your Excel data before importing
- Use the first row as column headers
- Remove any unnecessary formatting in Excel first
- After pasting, you can apply Flare table styles as needed